﻿@charset "utf-8";
*{margin:0;padding:0}
a{text-decoration:none;color:#333;font-family:"arial","微软雅黑"}
html{width:100%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch;font-size:16px;}
html.ns{overflow:hidden}

body{color:#535353;font-size: 1em;font-family:"arial","微软雅黑"; width:100%;position:relative}
@media screen and (min-width: 360px) and (max-width: 374px){ html{font-size:16px}}
@media screen and (min-width: 375px) and (max-width: 479px){ html{font-size:18px}}
@media screen and (min-width: 480px) and (max-width: 539px){ html{font-size:20px}}
@media screen and (min-width: 540px) and (max-width: 639px){ html{font-size:24px}}
@media screen and (min-width: 640px){ html{font-size:28px}}

a,body{font-family:"微软雅黑"/9;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{border:0}ol,ul,li{list-style:none}dl,dt,dd,ul,li{margin:0;padding:0}input,textarea{outline:none}html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}i{font-style:normal}.fl{float:left}.fr{float:right}.clear{clear:both}.wrap{width:96%;margin:0 auto}body,div,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}

#banner {width: 100%;margin:0px;padding:0px;overflow: hidden;}
#banner img{width: 100%;}

.focus{ width:100%;   margin:0 auto; position:relative; overflow:hidden;   }
	.focus .shanghl00{ width:100%; height:11px;  position:absolute; z-index:1; bottom:45px; text-align:center;  }
	.focus .shanghl00 ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
	.focus .shanghl00 ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
	.focus .shanghl00 ul .on{ background:#FE6C9C;  }
	.focus .bd{
	position:relative;
	z-index:0;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.focus .bd li{ margin:0px; padding:0px;position:relative; overflow:hidden;}
	.focus .bd li img{  object-fit:cover; display:block; }
	.focus .bd li a{
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.foctit{position:absolute; z-index:111; width:100%; bottom:0;background: rgba(0,0,0,.6); padding-left: 0.7rem; padding-right: 0.7rem; color:#FFF; font-size:0.8rem;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden; height:40px; line-height:40px; box-sizing:border-box;}
	
.toubu{ position:fixed; left:0; top:0; width:100%; z-index:999;}
.toubuge{ width:100%; height:50px;}
.main-header {
    height: 50px;box-shadow: 0px 1px 5px #5c4b51;
    /*background: #a10e15;*/
	background: rgba(255,255,255,1.0);
    z-index: 60;
	width:100%;
	position:relative;
		
}
header{	
	height:50px;
	text-align: center;
    background-color: #fff;
	box-shadow: 0px 1px 5px #9c8e93; margin-bottom:5px;
}



.search_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_sea.png) no-repeat;
position: absolute;
right:60px;
top:10px;
background-size: auto 25px;
background-position: center center;
}
.menu_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_menu.png) no-repeat;
	position: absolute;
	right:10px;
top:10px;
}
.animate{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(180deg);-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */background: url(../images/wap_close.png) no-repeat;} 
  .animate1{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(-180deg);-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
-o-transform:rotate(-180deg); /* Opera */} 
#top{ width:100%;  overflow:hidden; display:block;  position:absolute; top:50px; z-index:100; background-color:#f2f2f2;padding: 10px; box-sizing:border-box;}
input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 33px;
	width: 70%;
	padding: 0 5px 0 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:3%;
font-size:12px;
	z-index: 1001;
}
input.button2 {
	text-shadow: black 0 1px 0;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #666;
	font-weight: bold;
	width: 22%;
	border-radius: 5px;
	padding: 3px;
	height: 35px;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0px /*{a-bar-shadow-radius}*/ #FFF /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8f8f8 /*{a-bar-background-start}*/), to( #eaeaea /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/);
	font-size:12px;
	z-index: 1001;
	float:right;
}

.ncon_item{display: flex;flex-wrap: nowrap;
overflow: hidden;
position: relative;box-sizing: border-box;
padding: 15px 12px;
background-color:#fff;border-bottom: 1px solid #EBEBEB;}

.shl-n-pic {
    width: 115px;
    min-width: 115px;
    height: 72px; background:#0072c8; text-align:center; line-height:72px; color:#fff; font-size:40px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}
.shl-n-pic img { width:100%; height:100%; object-fit:cover;}
.shl-left {
 width:100%
}
.shl-ptit {
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-nr {
 font-size:0.8rem;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1; color:#555; opacity:0.5;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-time {
 font-size:12px;
 color:#0e29fe;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;

 background-repeat:no-repeat;
 padding-left:15px
}
.shl-geng{ padding-top:20px; padding-bottom:20px;}
.loading-more-button {
    width: 6rem;
    height: 2rem;
    line-height: 1.96rem;
    text-align: center;
    font-size: .8rem;
    border: 1px solid #0065ce;
border-radius: 5px;
color: #0065ce;
    cursor: pointer;
    margin: 0 auto;
}


/*选项卡*/
.tabs {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; background-color: #fff; font-weight:bold; margin-bottom:20px;
}
.tab_con{ display:none; background-color:#FFF; padding-bottom:35px;}
.tabs li:nth-child(1){ margin-left:0%}
.tabs li:nth-child(3){ margin-right:0%}
.tabs li{
float: left;
width: 31%; margin-left:1.5%; margin-right:1.5%;
height: 40px; background:#e5e5e5;
line-height: 40px; margin-bottom:20px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs .thistab{
float: left;
width: 31%;
height: 40px; background:#2486d4;
line-height: 40px;
font-size: 0.9rem;
color: #fff;}

.home-tit{width: 100%;
position: relative;
margin-top: 10px;border-bottom: 1px solid #EBEBEB; padding:13px 14px; background-color:#FFF;font-size: 0.9rem;color: #0579cb; box-sizing:border-box;}
.home-tit .dtit { font-weight:bold; float:left;}
.home-tit a {
    font-family: Arial;
    font-size: 10px;
    float: right;
    color: #666;
    text-align: right;
    display: block;
    padding-top: 6px;
}

.shl-zj{display: flex;flex-wrap: wrap; background-color:#FFF; box-sizing:border-box;padding: 7px; text-align:center;}
.shl-zjsection {
    width: 50%;
    padding: 5px;box-sizing:border-box;
}
.zjkuang {border: 1px solid #EBEBEB;box-sizing:border-box; padding:6px 6px 12px 6px; border-radius:5px;box-shadow: 0px 0px 5px #E4E4E4;}
.shl-zjpic{width: 4.2rem;
height: 4.2rem;
overflow: hidden;
position: relative; border-radius:50%; overflow:hidden; margin:0 auto; margin-top:0.6rem;}
.shl-zjpic img{width: 100%;
height: 100%; object-fit:cover;}
.zjtit1{ font-size:0.9rem; height:2.6rem;
 line-height:1.3rem; overflow:hidden; margin-top:10px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit2{font-size:0.8rem; height:2rem; line-height:1rem; color:#959595; overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit3{font-size:0.7rem; height:1.4rem; line-height:1.4rem; border-radius:0.7rem; width:4rem; text-align:center; border:1px solid #0a53a3; margin:0 auto; margin-top:10px; color:#0a53a3;}



/*选项卡*/
.tabs2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con2{ display:none; background-color:#FFF;}

.tabs2 li{
float: left;
width: 50%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs2 .thistab{
float: left;
width: 50%;
height: 40px;
border-bottom: 1px solid #029d25;
line-height: 40px;
font-size: 0.9rem;
color: #029d25;}


.shl-djt{display: flex;flex-wrap: wrap;box-sizing:border-box;}
.shl-section {
    width: 50%;
    padding: 8px;box-sizing:border-box;
}
.skkk {
    background-color: #fff;
  
}
.shl-djtpic{width: 100%;
height: 110px; border-bottom:1px solid #f2f2f2;
overflow: hidden;
position: relative;}
.shl-djtpic img{width: 100%;
height: 100%; object-fit:cover;}
.shlne {
    padding: 10px;
}
.djtte{ font-size:0.9rem;
 overflow:hidden; text-align:center;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
 
 .djttime {
 font-size:12px;
 color:#969696;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;
 background-position: left center;
 background-repeat:no-repeat;
 padding-left:15px; height:15px; line-height:15px;
}

.jigou{ background-color:#FFF;}
.jigouname{ font-size:0.9rem;color: #0a53a3;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}
.jigoumiaoshu{
	font-size:12px;
 color:#969696;
 margin-top:6px;
  overflow:hidden;
 height:3rem;
 line-height:1rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:3;
 /*显示行数*/-webkit-box-orient:vertical}

.jigou-pic {
    width: 115px;
    min-width: 115px;
    height: 82px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}
.jigou-pic img { width:100%; height:100%; object-fit:contain;}
.foot {
    padding: 25px 15px;background: #fff;display:flex; font-size:0.9rem; 
}
.foot1 { box-sizing:border-box; width:90%; margin:0 auto}

.wap_add{ background:url(../images/in_28.jpg) no-repeat left; padding-left:3rem; height:40px; line-height:40px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; overflow:hidden!important }
.wap_tel{ background:url(../images/in_30.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:20px;}
.wap_mail{ background:url(../images/in_32.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:40px;}
.wap_line{ margin-top:0.8rem; margin-bottom:0.8rem; background:#d8d8d8; height:1px; width:100%;}
.foot2-wap { width:100%; margin:0 auto;
    display: block;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.8rem;
	padding-bottom: 1rem;background:#0065ce;color:#fff;
}
.foot2-wap a {
    color: #fff;
}

.tit4 {
    width: 100%;
    padding: 15px;
    border-bottom: 
    #EBEBEB 1px solid;
    overflow: hidden; background-color:#FFF; box-sizing:border-box;
}
.tit4 .tout {width: 100%; display:flex;}
.ttpic{ width:4.4rem; min-width:4.4rem; margin-right:10px;}
.ttpic img{ width:100%;}
.tit4 .tout .text { width: 100%;}
.tit4 .tout .text h3 {

    font-size: 1rem;
    font-weight: bold;
    color: 004276;
    line-height: 1.5rem;
	height:1.5rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical;

}
.tit4 .tout .text h3 a { color: #0a53b8;}
.tit4 .tout .text .tex {
	font-size:0.75rem;
    color: #888;
	  line-height: 1rem;
	height:2rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical; margin-top:8px; 

}
.tit4 .touj {width: 100%; display:flex; align-items: center; background-color:#f2f2f2;}
.tjzjleft {
    width: 2rem;
	min-width: 2rem;
    text-align: center;
    line-height: 1.1rem;
    padding: 8px 0;
    background:#0a53a3;
    color: #fff; 
     font-size:0.9rem;
    
}
.zjtu{min-width:4.2rem;width: 4.2rem;height: 4.2rem; overflow:hidden; border-radius:50%; margin-right:10px; margin-left: 15px;}
.zjtu img{width: 100%;height: 100%; object-fit: cover; display:block;}
.rszj{ width:100%;}
.rszjtit {
	font-size:0.75rem;
    color: #888;
	  line-height: 1.1rem;
	height:1.1rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; padding-right: 6px;

}





.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}



.shl-toug{ height:50px; width:100%;}
.shl-mingx{ width:14.285%; float:left }
.shl-mingx img{ width:100%; height:100%; object-fit:cover;}

/*内页开始*/
.neilist , .neidetail{  background-color:#FFF;}

.nei-tit{ width:100%; margin:0 auto;text-align:center; padding-top:30px;background-color:#FFF; box-sizing:border-box;}
.nei-tit h2{font-size:30px;color: #000; font-weight:normal;}
.nei-tit h3{font-size: 16px;color: #878787;text-transform: uppercase; font-weight:normal;margin-top:5px;}
.nei-tit .wline{ background:#0764b9; width:50px; height:2px; margin:0 auto; margin-top:20px;}
.news-title {
    padding: 15px;
    border-bottom: 1px solid #EBEBEB;
}
.news-title .title {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-bottom: 6px;
	font-weight:bold;
}
.otherview{display:flex;align-items: center;justify-content: space-between;}
.shl-zuozhe {
 font-size:12px;
 color:#969696;
 margin-top:9px;
}
.shl-zuozhe span{ padding-left:10px;}
.art-content {
clear: both;font-size: 15px;
line-height: 30px; overflow:hidden; min-height:250px;
}

.bq {
    font-size: 0.75rem;
    color: #9d9cac;
   line-height: 1.2rem;
    overflow: hidden;
	padding-bottom: 15px;
}
.bq a {
    font-size: 0.75rem;
    background: #eee;
text-decoration: none;
color:#595d5c;
    display: inline-block;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 5px;
	margin-top:8px;
}
.bq span {margin-top:8px;}
.bqts {
	font-size: 0.75rem;line-height: 1.2rem;
    clear: both;
    border-top: 1px solid #EBEBEB;
padding-top: 15px;
color: #999;
    overflow: hidden;
}
.bqts a {color: #999;}
.art-ban {
    padding: 0 15px 15px 15px;clear: both;
}
.shl-jide{background: #f2f2f2;}
.shl-padtop{padding-top: 15px;padding-bottom: 15px;}
.shl-bai{background: #fff;}
.shl-matop{margin-top: 15px;}
.shl-jicolor{ color:#262f2e}
.dingyue-content-controller {
    width: 11px;
    height: 6px;
    margin: 0px auto 0;
    cursor: pointer;background: url(../images/down.png) no-repeat;
}
.dingyue-content-dropup {
    width: 11px;
    height: 6px;
    margin: 0px auto 0;
    cursor: pointer;background: url(../images/up.png) no-repeat;
}
.shl-dianji{background: #f2f2f2; padding-top:15px; padding-bottom:15px;}
.art-contentjg {
    padding: 15px 15px 0px 15px;
    clear: both;
    font-size: 0.85rem;
    line-height: 1.3rem;
    overflow: hidden;
}



.contentPage{text-align:center; margin:0px 3px; padding:0px;  color: #555; line-height: 30px; text-decoration: none; clear:both; padding-bottom:15px;}
.contentPage a:link {color: #0764b9; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #0764b9; font-weight: normal;}
.contentPage a:visited {color: #0764b9; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #0764b9; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0764b9;font-weight:normal;}
.contentPage .current{color:#fff; background:#0764b9; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #0764b9; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}

.suspension_box{
	width: 3rem;
    height: 3rem;
    background: rgba(0,129,255,0.8) url(../images/jgh/ico-talk-white.png) no-repeat;
    background-size: 1.7rem;
    background-position: 50% 60%;
    position: fixed;
    right: 0.2rem;
    bottom: 3.2rem;
    border-radius: 50%;
    display: none;
}



.tjcp ul li{ width:43%; background:#f2f2f2;border:1px solid #d8d8d8; margin-left:1rem; float:left; margin-bottom:20px; }
.tjcp ul li img{ width:100%; }
.tjcp ul li  h3{ font-weight:normal;font-size: 0.85rem; text-align:center;    overflow: hidden;
-o-text-overflow: ellipsis;margin-top:0.5rem; 
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.bigbt{color:#029d25; padding-top:1.5rem; font-weight:bold; font-size:1.2rem; text-align:center; margin:0 auto}
.bline{ background:#029d25; height:3px; width:50px; margin:0 auto; text-align:center; margin-top:0.5rem; margin-bottom:1rem;}
.btxt{ text-align:center; margin:0 auto; color:#333; font-size:0.95rem;padding-bottom:1.5rem; }
.aboutimg{ width:100%;}
.wap_about{ background:#029d25; color:#fff}
.wap_about .bigbt{ color:#fff}
.wap_about .bline{ background:#fff}
.wap_about a{ color:#fff}
.aboutimg img{ width:50%; padding:2px; border:1px solid #fff;}
.wap_about_txt{ padding-left:1rem; padding-right:1rem;}
.abouttxt{text-overflow: ellipsis; width:100%; font-size:0.75rem; line-height:1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 6; height:6.7rem;
    -webkit-box-orient: vertical; overflow:hidden;}

.wsbt{color:#029d25; font-size:1rem; font-weight:bold}
.wap_news ul {  padding:1rem; padding-top:0px;}
.wap_news .dingbu{ padding-bottom:0.5rem;}
.wap_news ul li{ line-height:40px; border-bottom:1px dashed #d8d8d8;font-size: 0.75rem;}
.wap_news ul li a:active{color:#029d25; }
.wap_news { background:#fff;}

.gundong {width:100%; height: 150px;overflow: hidden; }
.gundong  ul { width: 1000%;height: 100%;animation: picmove 100s linear infinite forwards;}
@keyframes picmove {
from {transform: translate(0);}
to {transform: translate(-100%);}}
.gundong ul li img {height: 150px;float: left; margin-right:1rem;}
ul li a:hover {animation-play-state: paused;}
.wsama{margin-left:1rem; margin-right:1rem; overflow:hidden;}
.dingbu{ padding:1rem;}
.wsgd a{ color:#029d25; font-size:0.75rem;}
#probox{ position: relative;width:100%;overflow:hidden; background:#fff; height:300px;}
#prolist{ position: relative; width:300%;height:300px; list-style: none; margin: 0; padding: 0;}
#prolist li {float: left; width:340px; height:300px;}
#prolist li img{ width:100%;border:1px solid #d8d8d8;}
#left,#right{ background: #029d25; color: #fff; padding-left:5px; padding-right:5px; cursor:pointer;}
.wap_more{ height:25px; text-align:center; margin:0 auto; line-height:25px;margin-top:0.5rem;  color:#029d25; width:80px;font-size: 0.75rem; text-align:center; margin-bottom:1rem;}
#prolist li h3{ font-weight:normal;font-size: 0.85rem;    overflow: hidden;
    -o-text-overflow: ellipsis;margin-top:0.5rem; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.juli{ width:100%; padding-left:1rem; padding-right:1rem; margin-left:1rem; margin-right:1rem; }
.dingaa{  padding:1rem;}
.dingaa h2{ color:#029d25; font-size:1rem; }
.tuijianchanpin{background:#fff; padding-bottom:0.5rem;}
.neilist ul{ padding-top:1rem;}
.neilist ul li{ width:48%; float:left; margin-bottom:20px;}
.neilist ul li:nth-child(2n){ float:right}
.neidetail .shl-ptit2{ margin-top:5px;font-size:15px; overflow:hidden;
 width:100%; text-align:center;
 height:2.6rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.neidetail{ padding:20px 15px;}
.shl-ptit2 { text-align:left;
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:2.6rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-n-pic2{ display: flex;justify-content: center;
align-items: center; overflow:hidden;height:130px;border: 1px dashed #922d31; padding:2px;}
.shl-n-pic2  img{max-height:130px;display:block;margin:0 auto; }


.shl-n-pic3{ display: flex;justify-content: center;
align-items: center; overflow:hidden;height:130px;border: 1px solid #e0e0e0; padding:2px;}
.shl-n-pic3  img{max-height:130px;display:block;margin:0 auto; }

.wsbian{width:100%;border: 1px solid #dedede;}
.name{ text-align:center; padding-top:15px; font-size:15px;}
.nyxinwen ul{ padding-left:1rem; padding-right:1rem;}
.nyxinwen ul li{ line-height:40px; font-size:0.85rem; border-bottom:1px dashed #d8d8d8}
.wsneirong img{ max-width:100%;}
.xshijian{ color:#555; text-align:center; font-size:0.75rem; margin-top:5px;}
.wsneirong{ font-size:0.85rem!important; line-height:1.3rem;}
.pnpage{ font-size:0.85rem; line-height:1.3rem;}
.wline{ background:#f2f2f2; height:5px; margin-bottom:0.5rem;}
dl.message2{
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 96%;
}

dl.message2 dd{
	margin: 0 0 6px 0;
	padding: 0px;
	float: left;
	width: 100%;
}	
	
	
	.round1li2 input {
	border-radius: 5px;-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	padding-left: 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	font-size:16px;
}
.round1li2 textarea { font-family:"微软雅黑";
border-radius: 5px;-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
line-height: 30px;
height: 68px;
width: 100%;
padding-left: 5px;
border: 1px solid;
border-color: #CCC #EEE #EEE #CCC;
background: whiteSmoke;
font-size:16px;
}
.round1li3 input {
	border-radius: 5px;-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
	line-height: 30px;
	height: 30px;
	width: 150px;
	padding-left: 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:10px;
	font-size:16px;
}
.round1li4 { margin: 0 auto; width: 100%; float:left; text-align:center;}
.round1li4:after { clear: both; content: " "; display: block; }
.round1li4 input.button { margin:0 auto;
	 font-size: 16px;
	 color:#ffffff;
	 font-weight: bold;
	  display:block;width: 100%; height: 45px; border-radius: 3px; -moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px; border: #2486d4 1px solid;  
background:-moz-linear-gradient(top,#2486d4,#055ca2);/*Mozilla*/
background:-webkit-linear-gradient(top,#2486d4,#055ca2);/*new gradient for Webkit*/
background:-o-linear-gradient(top,#2486d4,#055ca2); /*Opera11*/
}
.oopp{ width:100%; max-width:640px; overflow:hidden; position:relative; margin:0 auto;}
table {
    border-collapse:inherit;
  
}
td, th { display:table-cell;
    vertical-align: inherit;
}
.gray {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
.inital_color { color:#0350a2}

.cplieaa { padding:1rem}
.mingcheng{ line-height:40px; margin-left:10px; font-size:0.75rem;text-overflow: ellipsis;border-top-left-radius:10px!important; border-bottom-left-radius:10px!important;
    display: -webkit-box; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden;}
.youimg{ width:30px; margin-top:10px;  }
.youimg img{ width:50%;}
.zuoimg{ background:#0350a2; height:40px; width:40px; border-top-left-radius:10px; text-align:center; margin:0 auto;border-bottom-left-radius:10px;}
.imaaa{ width:30px; padding-left:5px; padding-top:10px;}
.imaaa img{ width:50%;}
.cplieaa li{ background:#fff;border-bottom-right-radius:10px;border-top-right-radius:10px; margin-top:5px; margin-bottom:5px;}
.cplieaa { background:#f2f2f2; padding-bottom:0px;}
.wap_you{ background:#f2f2f2; padding-bottom:0.85rem;}
.wap_you ul li{ line-height:1.25rem; text-align:center}
.wap_you ul li a{ font-size:0.85rem; }
.wap_zuo{ text-align:center; margin:0 auto; margin-top:1rem;margin-bottom:0.5rem;}
.wap_zuo a{ font-size:1rem; color:#029d25}
.wsliebiao{ border:0.85rem solid #fff; border-bottom:0px;}
.chanpinliebiao{border-bottom:0.85rem solid #fff;}

	.xiangce{ background:#f2f2f2}
	
.search{ margin:15px;height:40px;display:box; display:-webkit-box; display:-moz-box; margin-bottom:0px; margin-top:0px; }
.search .input{display:block; box-flex:1.0; -webkit-box-flex:1.0; -moz-box-flex:1.0;  text-align:left;height:38px; padding:0px 10px; line-height:40px; overflow:hidden; border:#e4e4e4 1px solid; border-right:0;  border-radius:5px  0px 0px 5px;  -moz-border-radius: 5px  0px 0px 5px; 
-khtml-border-radius: 5px  0px 0px 5px; 
-webkit-border-radius: 5px  0px 0px 5px; }
.search .button{ height:40px; width:40px;     display:block; border:#e4e4e4 1px solid; border-left:0; border-radius:0px  5px 5px 0px;  -moz-border-radius: 0px  5px 5px 0px;
-khtml-border-radius: 0px  5px 5px 0px;
-webkit-border-radius: 0px  5px 5px 0px; background:#000 url(../images/wap_ico031.png) center center no-repeat; cursor:pointer;}	
	
	
		.menu_open{ display: block;}
	.menu_close{ display: none; background: url('../images/ico-cha.png') no-repeat; background-size: auto 86%; background-position: center center; background-repeat: no-repeat; width: 30px; height: 30px;position: absolute; right: 10px;top: 10px;}
	.msk {display: none; position: fixed; width: 100%; height: 100%;  top: 50px; left: 0; background-color:rgba(0,0,0,0.5); z-index: 100010; }
	.menu { position: fixed; width: 200px; height: 100%; top: 50px; right:-200px; background: #333;color: #666;z-index: 100015;box-sizing: border-box; padding-bottom: 50px;overflow-y: auto;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);padding-left: 10px; padding-right: 10px;}
	.menu .onemenu,.menu a.onemenu,.menu a.onemenub{ color: #fff; font-size: 16px; display: block; height: 45px; line-height: 45px;}
	.menu .menu-li{border-bottom: 1px solid #222;}
	.menu .menu-li::after {content: ''; display: block;width: 100%;border-bottom: 1px solid #404040;}
	.menu .twoul{ display: none;}
	.menu .twoul li{ position: relative; background-color: rgba(255,255,255, .1); padding: 12px 0 12px 0px; margin-top: 1px; font-size: 14px;}
	.menu .twoul li::after{display: block;content: "";position: absolute;right: 8px;top: 52%;margin-top: -5px;width: 6px;height: 6px;border: 2px solid #666;border-width: 2px 2px 0 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.menu .twoul li a{color: #fff; font-size: 14px; display: block; color: #fff; padding-left: 15px;}
	
	.menuico_right{ }
	.menuico_down{ background: url('../images/shl-down-open1.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_up{ background: url('../images/shl-down-open2.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	/* .menu .onemenu{ color: #fff; font-size: 14px;} */
	
	
	.mainbody{padding:30px 15px; background:#fff;}
.clear{ clear:both}
.abtit {overflow:hidden;  text-align:center;}
.abtit h3 { font-size:25px; color:#545454; line-height:30px; font-weight:bold;}
.abtit h3 span { color:#0350a2;}
.abtit p { color:#747474; font-size:14px; padding-top:15px; }
.aaaa li { float:left; width:48%; border:#ccc 1px solid; margin-top:20px; text-align:center; padding-bottom:15px;}
.aaaa li:first-child{ margin-left:0;}
.aaaa li:nth-child(2n){ float:right}

.aaaa li .tex h3 { color:#515151; font-size:18px; padding-top:8px; font-weight:bold;}
.aaaa li .tex p { color:#7f7f7f; font-size:14px; margin-top:5px;}
.aaaa li .tex a { display:block; width:96px; height:21px; line-height:21px; color:#fff; text-decoration:none; text-align:center; background:#235ec9; border-radius:35px;border:#235ec9 1px solid; margin-top:15px;}
.aaaa li .tex a:hover {transition: 0.4s; color:#235ec9; border:#235ec9 1px solid; background:#fff;}
.aaaa li .pimg { text-align:center; margin:0 auto;width:70px;margin-top:10px; cursor:pointer;}
.aaaa li .pimg img{ width:100%}






.banquan{ background:#2f65be;color:#fff; text-align:center; font-size:15px; line-height:30px; padding-top:20px; padding-bottom:20px; }
.banquan a{ color:#fff;}

.banner{ width:100%; margin:0 auto}
.banner img{ width:100%}





 
  #todayList{ margin:0 auto;
}
 .chatPanel .mediaFullText {
	margin:20px 10px;
	
}
 .chatPanel .time {
	margin:10px 0;
	color:#FFFFFF;
	width:auto;
	font-size:12px;
	display:block;
	float:left;
	background-color:#B4753C;
	padding:10px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	position:relative;
	-webkit-box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.14);
	box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.14);
	
}
 .topding .chatPanel .time{background-color:#B4753C;}
 .chatPanel .time .timey {
	margin:0px;
	color:#FFFFFF;
	font-size:12px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
}
 .chatPanel .time .timem {
	margin:0px;
	color:#FFFFFF;
	font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
 .chatPanel .time .timed {
	margin:0px;
	color:#FFFFFF;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
 .chatPanel .time .timex {
	position:absolute;
	top:10px;
	right:-4px;
	background-color:#B4753C;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:12px;
	height:12px;
	transform: rotate(45deg) ;
	-webkit-transform: rotate(45deg) ;
	-moz-transform: rotate(45deg) ;
	-o-transform: rotate(45deg) ;
	-ms-transform: rotate(45deg) ;
}
 .topding .chatPanel .time .timex{background-color:#B4753C;}
 .chatPanel .media {
	border:0px solid #D1D1D1;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius:5px 5px 10px 10px;
	-moz-border-radius:5px 5px 10px 10px;
	border-radius:5px 5px 10px 10px;
	background:url(../images/wap_bottom.png) repeat-x scroll left bottom #FFFFFF;
background-size:2px auto;
	margin-left:0px;
}

 .chatPanel .media .mediaPanel {
	padding:0px;
	margin:0px;
}

 .chatPanel .media .mediaHead {
	/*height:48px;*/
		padding:15px 15px 8px;
	border-bottom:0px solid #D3D8DC;
	color:#000000;
	font-size:20px;
}
 .chatPanel .media .mediashl {
	/*height:48px;*/
		padding:5px 15px 8px;
	border-bottom:0px solid #D3D8DC;
	color:#000000;
	font-size:20px;
}
 .chatPanel .media .mediaHead .title {
	line-height:1.2em;
	font-size:18px;
	display:block;
	text-align: left;/*height:25px;
		white-space:nowrap;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		overflow:hidden;*/
	}

 .chatPanel .media .mediaImg {
	min-width: 200px;
	padding:0;
	margin:0 15px;
	overflow:hidden;
	position: relative;
	/*max-height:164px;*/
}
 .chatPanel .media .mediaImg img {
	width: 100%;
}
 .chatPanel .mediaFullText .mediaContent {
	padding:0 0 10px;
	font-size:16px;
	text-align:left;
	color:#222222;
}
 .chatPanel .mediaFullText .mediaContentP {
	margin:10px 15px 0px;
	border-bottom:1px solid #D3D8DC;word-break:normal;
	word-wrap:word-break;
}
 .chatPanel .mediaFullText .mediaContent p{
	max-height:40px; overflow:hidden; font-size:14px; 
	line-height: 1.5em;
}
 .chatPanel .media .mediaFooter {
	-webkit-border-radius:0px 0px 12px 12px;
	-moz-border-radius:0px 0px 12px 12px;
	border-radius:0px 0px 12px 12px;
	padding: 0 15px;
}
 .chatPanel .media .mesgIcon {
	display:inline-block;
	height:19px;
	width:10px;
	margin:8px 0px -2px 4px;
	background:url(../images/wap_ico-next2.png) no-repeat 0 0 ;
	background-size: 10px auto;
}
 .chatPanel .media .mediaFooter .mesgIcon {
	margin:18px 3px 0 0;
}

 .pagination{
	height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: right;
	padding-right: 8px;
}
 .pagination div{
	display:inline-block;
}
 .pagination a {
	margin: 0 ;
    padding: 6px 13px;
	border:0;
	background:#fefefe;
	background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size:100%;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
	background-image:-webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image:-moz-linear-gradient(top, #fff, #f2f2f2);
	background-image:-o-linear-gradient(top, #fff, #f2f2f2);
	background-image:linear-gradient(top, #fff, #f2f2f2);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#666;
}
 .pagination a:hover {
	border:0;
	background:#fefefe;
	background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size:100%;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #dadada));
	background-image:-webkit-linear-gradient(top, #fefefe, #dadada);
	background-image:-moz-linear-gradient(top, #fefefe, #dadada);
	background-image:-o-linear-gradient(top, #fefefe, #dadada);
	background-image:linear-gradient(top, #fefefe, #dadada)
}
 .pagination a:active {
	background:#ececec
}
 .pagination .disabled a,  .pagination .disabled a:hover {
	background:none;
	border:1px solid  rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:A4A3A3;
}
 .pagination .allpage{
	position: relative;
    text-align: center;
    vertical-align: baseline;
	display: inline-block;
}
 .pagination .currentpage{
    line-height: 30px;
    width: 70px;
}
 #dropdown-select{position:absolute;
	top:0;
	left:0;
	height:30px;
	width:70px;
	opacity:0;
}
.prolist {margin-right: 10px;}
.prolist ul li{ text-align: center;   width: 50%; overflow: hidden; float: left;}
.prolist:after { clear: both; content: " "; display: block; }
.prolist  li p{ line-height: 12px;}
.prolist  li:nth-child(n){ }
.prolist  li:nth-child(n+1){  }
.prolist  li a{ display:block;  margin: 10px 0px 0px 10px;}
.prolist  li a img{ height: 100px; width:100%}

.pro_fl_title{ font-size:17px; font-weight:bold; color:white; text-align:center; line-height:50px; background-color:#0764b9; width:100%; }
.pro_fl_title a{color:white;}
.pro_tb{ width:100%; margin-bottom:20px; border:1px solid #ccc; border-bottom:0; border-left:0;}
.pro_tb tr td{ font-size:13.5px; padding:3px; line-height:25px; color:#333;font-family:Arial,"Microsoft YaHei"; border:1px solid #ccc; border-top:0; border-right:0;}
.pro_tb tr td a{ color:#333;}


.pro_tb{ width:100%; border:0; margin-bottom:20px; border:1px solid #ccc; border-bottom:0; border-left:0; border-top:0;}
.pro_tb tr td{ font-size:13px; color:#333; line-height:30px;  border:1px solid #ccc; border-top:0; border-right:0;}
.pro_tb tr td a{ color:#333;}



.pro_title{ font-size:14px; color:white; line-height:35px; text-align:center; background-color:#2486d4;font-weight:bold; margin-bottom:15px;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0;}
.pro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:36px;  border:1px solid #ccc; border-top:0; border-right:0;}


.pro_nr_box p{ font-size:13px; color:#333; line-height:32px;}

/*内页产品分类*/
 #todayList{ margin:0 auto;
}
 .chatPanel .mediaFullText {
	margin:20px 10px;
	
}
 .chatPanel .time {
	margin:10px 0;
	color:#FFFFFF;
	width:auto;
	font-size:12px;
	display:block;
	float:left;
	background-color:#B4753C;
	padding:10px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	position:relative;
	-webkit-box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.14);
	box-shadow:0 2px 1px 0 rgba(0, 0, 0, 0.14);
	
}
 .topding .chatPanel .time{background-color:#B4753C;}
 .chatPanel .time .timey {
	margin:0px;
	color:#FFFFFF;
	font-size:12px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
}
 .chatPanel .time .timem {
	margin:0px;
	color:#FFFFFF;
	font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
 .chatPanel .time .timed {
	margin:0px;
	color:#FFFFFF;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
 .chatPanel .time .timex {
	position:absolute;
	top:10px;
	right:-4px;
	background-color:#B4753C;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:12px;
	height:12px;
	transform: rotate(45deg) ;
	-webkit-transform: rotate(45deg) ;
	-moz-transform: rotate(45deg) ;
	-o-transform: rotate(45deg) ;
	-ms-transform: rotate(45deg) ;
}
 .topding .chatPanel .time .timex{background-color:#B4753C;}
 .chatPanel .media {
	border:0px solid #D1D1D1;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius:5px 5px 10px 10px;
	-moz-border-radius:5px 5px 10px 10px;
	border-radius:5px 5px 10px 10px;
	background:url(../images/wap_bottom.png) repeat-x scroll left bottom #FFFFFF;
background-size:2px auto;
	margin-left:0px;
}

 .chatPanel .media .mediaPanel {
	padding:0px;
	margin:0px;
}

 .chatPanel .media .mediaHead {
	/*height:48px;*/
		padding:15px 15px 8px;
	border-bottom:0px solid #D3D8DC;
	color:#000000;
	font-size:20px;
}
 .chatPanel .media .mediashl {
	/*height:48px;*/
		padding:5px 15px 8px;
	border-bottom:0px solid #D3D8DC;
	color:#000000;
	font-size:20px;
}
 .chatPanel .media .mediaHead .title {
	line-height:1.2em;
	font-size:18px;
	display:block;
	text-align: left;/*height:25px;
		white-space:nowrap;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		overflow:hidden;*/
	}

 .chatPanel .media .mediaImg {
	min-width: 200px;
	padding:0;
	margin:0 15px;
	overflow:hidden;
	position: relative;
	/*max-height:164px;*/
}
 .chatPanel .media .mediaImg img {
	width: 100%;
}
 .chatPanel .mediaFullText .mediaContent {
	padding:0 0 10px;
	font-size:16px;
	text-align:left;
	color:#222222;
}
 .chatPanel .mediaFullText .mediaContentP {
	margin:10px 15px 0px;
	border-bottom:1px solid #D3D8DC;word-break:normal;
	word-wrap:word-break;
}
 .chatPanel .mediaFullText .mediaContent p{
	max-height:40px; overflow:hidden; font-size:14px; 
	line-height: 1.5em;
}
 .chatPanel .media .mediaFooter {
	-webkit-border-radius:0px 0px 12px 12px;
	-moz-border-radius:0px 0px 12px 12px;
	border-radius:0px 0px 12px 12px;
	padding: 0 15px;
}
 .chatPanel .media .mesgIcon {
	display:inline-block;
	height:19px;
	width:10px;
	margin:8px 0px -2px 4px;
	background:url(../images/wap_ico-next2.png) no-repeat 0 0 ;
	background-size: 10px auto;
}
 .chatPanel .media .mediaFooter .mesgIcon {
	margin:18px 3px 0 0;
}

 .pagination{
	height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: right;
	padding-right: 8px;
}
 .pagination div{
	display:inline-block;
}
 .pagination a {
	margin: 0 ;
    padding: 6px 13px;
	border:0;
	background:#fefefe;
	background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size:100%;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
	background-image:-webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image:-moz-linear-gradient(top, #fff, #f2f2f2);
	background-image:-o-linear-gradient(top, #fff, #f2f2f2);
	background-image:linear-gradient(top, #fff, #f2f2f2);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#666;
}
 .pagination a:hover {
	border:0;
	background:#fefefe;
	background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size:100%;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #dadada));
	background-image:-webkit-linear-gradient(top, #fefefe, #dadada);
	background-image:-moz-linear-gradient(top, #fefefe, #dadada);
	background-image:-o-linear-gradient(top, #fefefe, #dadada);
	background-image:linear-gradient(top, #fefefe, #dadada)
}
 .pagination a:active {
	background:#ececec
}
 .pagination .disabled a,  .pagination .disabled a:hover {
	background:none;
	border:1px solid  rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:A4A3A3;
}
 .pagination .allpage{
	position: relative;
    text-align: center;
    vertical-align: baseline;
	display: inline-block;
}
 .pagination .currentpage{
    line-height: 30px;
    width: 70px;
}
 #dropdown-select{position:absolute;
	top:0;
	left:0;
	height:30px;
	width:70px;
	opacity:0;
}
.prolist {margin-right: 10px;}
.prolist ul li{ text-align: center;   width: 50%; overflow: hidden; float: left;}
.prolist:after { clear: both; content: " "; display: block; }
.prolist  li p{ line-height: 12px;}
.prolist  li:nth-child(n){ }
.prolist  li:nth-child(n+1){  }
.prolist  li a{ display:block;  margin: 10px 0px 0px 10px;}
.prolist  li a img{ height: 100px; width:100%}




.pro_nr_box p {
    font-size: 13px;
    color: #333;
    line-height: 32px;
}


/*
.ncon_item table{border:1px solid #ccc; border-bottom:0; border-left:0;margin-top:6px; margin-bottom:6px;}产品详细*/
.ncon_item table tr td{ word-wrap:break-word;   font-size:14px; color:#333; line-height:30px; padding:3px;}
.wsmingcheng{ background:#2486d4; text-align:center; font-size:17px; color:#fff; padding-top:15px; padding-bottom:15px;}
.fanhuia{ background:#ebebeb; color:#666; padding-top:5px; padding-bottom:5px; text-align:center; font-size:14px; margin-top:20px;}
.wsneirong img{ max-width:100%!important; height:auto!important}

table { width:100%!important;max-width:100%!important;} 
table td{table-layout:fixed; /*word-break: break-all; */overflow:hidden; } 



/*内页新闻*/
.news_title{
	width: 100%;
font-size: 17px;
color: #2486d4; margin-bottom:15px; line-height:30px;
background-color: #fbfbfb;
text-align: center;
	}
.news_title2{ font-size:13px;color:#c81622; text-align:right; margin-top:10px; font-weight:bold;}

.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:13px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:900px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:12px; color:#666; text-align:center; line-height:26px;}
.back_bg p a{color:#666;}











/*内页企业荣誉*/
.spic{ text-align:center; padding-top:20px;}
.spic img{ max-width:100%;}
.paging ul{ margin-top:30px; padding-bottom:30px;}
.paging ul li a{ color:#333;font-size:15px;}
.paging ul li{ text-align:center; font-size:15px;color:#333;width:100%; background:#f2f2f2; height:40px; line-height:40px;}
.paging ul li:nth-child(2){ background:#0e29fe; color:#fff;margin-top:10px; margin-bottom:10px;}
.paging ul li:nth-child(2) a{ color:#fff;font-size:15px;}


/*内页产品列表*/
.divBox {width: 95%; margin: 0 auto}
.cpzs_con1_u1{font-size: 0;}
.cpzs_con1_u1 li:hover { margin-top:-10px;}
.cpzs_con1_u1 li{display: inline-block;vertical-align: top;width:100%;position: relative;text-align: center;margin-bottom: 40px; box-shadow:0px 8px 8px 0px rgba(0,0,0,.1); transition:all 0.4s; }

.cpzs_con1_u1 li img{width: 100%;}
.cpzs_con1_u1 li a span{display: block; margin-top: 15px; line-height: 22px;}
.cpzs_con1_u1 li a{display: block;position: relative;text-align: center;background: #fff;box-sizing: border-box;border: 1px solid #dedede;padding: 5px;}
.cpzs_con1_u1 li a:after{content: '';display: block;width: 0%;height: 1px;background:#0e29fe;position: absolute;right: 0;top: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a:before{content: '';display: block;width: 1px;height: 0%;background:#0e29fe;position: absolute;right: 0;top: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a span:after{content: '';display: block;width: 0%;height: 1px;background:#0e29fe;position: absolute;left: 0;bottom: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a span:before{content: '';display: block;width:1px;height: 0%;background:#0e29fe;position: absolute;left: 0;bottom: 0;transition: 0.5s ease-out;z-index: 2;}
/*.cpzs_con1_u1 li a:hover:after,.cpzs_con1_u1 li a:hover span:after{width: 100%;}
.cpzs_con1_u1 li a:hover:before,.cpzs_con1_u1 li a:hover span:before{height: 100%;}*/


.cpzs_con1_u1 li a span img{max-width:100%;transform: translateX(0); height:200px; }
.sec3_right_div{box-sizing: border-box;padding:28px 15px 40px;}
.sec3_right_div h1{font-size: 18px;color: #2c3238;transition: 0.3s ease-out;}
.sec3_right_div p{position: relative;margin-top: 5px;}
.sec3_right_div p:after{content: '';display: block;width: 100%;height: 1px;background: #cecfd1;position: absolute;top: 50%;left: 0;}
.sec3_right_div p font{display: inline-block;font-size: 14px;color:#808080;background: #e5e4e4;box-sizing: border-box;padding:10px 15px;z-index: 2;position: relative; margin-top:12px; line-height:36px;}
.cpzs_con1_u1 li a i{display: block;width: 45px;height: 45px;line-height: 45px;text-align: center;border-radius: 50%;background: #0e29fe;
position: absolute;bottom: -20px;left: 50%;margin-left: -22px;z-index: 3;transition: 0.3s ease-in-out;transform: translateY(20px);opacity: 0;}
.cpzs_con1_u1 li a i img{transition: 0.3s ease-out;transform:translateX(0px);width: auto;}
.cpzs_con1_u1 li a i:hover img{transform:translateX(0px) rotate(180deg);}
.cpzs_con1_u1 li a:hover i{transform: translateY(0);opacity: 1;}
.cpzs_con1_u1 li a:hover h1{color: #0e29fe;}
.cpzs_con1 .xwpage {padding: 60px 0 100px;}	

/*企业荣誉*/
.neilist ul{ padding-top:1rem;}
.neilist ul li{ width:48%; float:left; margin-bottom:20px;}
.neilist ul li:nth-child(2n){ float:right}
.neidetail .shl-ptit2{ margin-top:5px;font-size:15px; overflow:hidden;
 width:100%; text-align:center;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}
.neidetail{ padding:20px 15px;}
.shl-ptit2 { text-align:left;
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-n-pic2{ display: flex;justify-content: center;
align-items: center; overflow:hidden;height:120px;padding: 5px;
border: #CC9900 1px dotted;
background: #fff;
border-radius: 8px;}
.shl-n-pic2  img{max-height:120px;display:block;margin:0 auto; }
.wsbian{width:100%;}
.shl-n-pic2a{ display: flex;justify-content: center;
align-items: center; width:100%;  overflow:hidden;height:160px;}
.shl-n-pic2a  img{max-height:160px;display:block;margin:0 auto; }


/*about*/
.jj_left{ width:100%; margin-top:30px; }
.jj_left h1{ font-size:18px; color:#555555; margin-bottom:12px;}
.jj_left p{ font-size:16px; color:#555555; line-height:36px;}
.jj_pic{ width:100%; margin-top:15px;}


.jj_kuang{ background:url(../images/img18.jpg) no-repeat center bottom; width:100%; height:200px;background-size:auto 200px; position:relative; padding-top:50px; margin-top:30px; }
.jj_kuang p{ font-size:17px; color:#000; font-weight:bold; position:absolute;top:0px;}
.jj_kuang p span{ color:#fd0000;}




.pro_more{ width:150px;background-color:#0764b9; margin:0 auto;  margin-bottom:20px;}
.pro_more p a{ display:block; font-size:13px; color:#333;  text-align:center; line-height:38px;background-color:#e5e5e5;}
.pro_more p a:hover{background-color: #2f65be; color:white;}





/*页脚*/
.foot_bg{ background:url(../images/img15.jpg) center no-repeat; width:100%; height:433px;}
.foot_box{width:1311px; margin:0 auto; padding-top:59px;}
.foot_left{ float:left;}
.foot_tip{ float:left; width:152px;}
.foot_tip .foot_p1{ font-size:16px; color:#cfcfcf; font-weight:bold; margin-bottom:15px;}
.foot_tip .foot_p1 a{color:#cfcfcf;}
.foot_tip .foot_p1 a:hover{ color:#fff;}

.foot_tip .foot_p2{ font-size:14px; color:#959595; line-height:30px;}
.foot_tip .foot_p2 a{color:#959595;}
.foot_tip .foot_p2 a:hover{ color:#fff;}


.foot_kuang{ width:100px; margin-top:33px; margin-left:-38px;}
.foot_kuang .foot_pic{ width:100px; height:100px; margin:0 auto;}
.foot_kuang .foot_p3{ font-size:20px; color:#959595; text-align:center; margin-top:10px;}
.foot_kuang .foot_p4{ font-size:14px; color:#959595; text-align:center; margin-top:4px;}


.foot_right{ width:476px; float:right;}
.foot_right p{ font-size:14px; color:#cfcfcf; line-height:24px;}
.foot_right p a{color:#cfcfcf;}

.foot_bg1{ background-color:#2f65be;}
.foot_bg1 p{ font-size:14px; color:#e1e1e1; text-align:center; line-height:26px;}
.foot_bg1 p a{color:#e1e1e1;}








/*首页简介*/
.s_jj_bg{ background-color:#fff;}
.s_jj_box{ padding:50px 15px; margin:0 auto; }
.s_jj_box .s_jj_p1{ font-size:32px; color:#000; text-align:center;}
.s_jj_box .s_jj_line{ width:71px; height:3px; background-color:#2f65be; margin:0 auto; margin-top:16px; margin-bottom:26px;}
.s_jj_nr p{ font-size:16px; color:#555; line-height:28px;}
.s_jj_nr p a{ color:#555;}
.s_jj_nr{ margin-bottom:41px;}
.s_jj_kuang1{  overflow:hidden; border:1px solid #d9d9d9;}
.s_jj_kuang1 img{transform: scale(1);transition: all 1s ease-out; width:100% }
.s_jj_kuang1 img:hover{ transform: scale(1.1); }
.s_jj_kuang2{overflow:hidden; border:1px solid #d9d9d9;}
.s_jj_kuang2 img{transform: scale(1);transition: all 1s ease-out; width:100%}
.s_jj_kuang2 img:hover{ transform: scale(1.1); }


.s_jj_more{  margin:0 auto; margin-top:30px;}
.s_jj_more p a{ display:block;width:158px; margin:0 auto;  font-size:15px; color:#797979;  line-height:46px; text-align:center; border:1px solid #797979; transition:all 0.5s linear;}
.s_jj_more p a:hover{ background-color:#2f65be; width:180px; border:1px solid #2f65be; color:#fff; }



/*首页产品*/
.s_pro_bg{ background-color:#f2f2f2; }
.s_pro_box{ padding:50px 15px;margin:0 auto;}
.s_pro_kuang{ }
.s_pro_kuang .s_pro_p1{ font-size:32px; color:#000;}
.s_pro_kuang .s_pro_p1 span{ color:#2f65be; font-weight:bold;}
.s_pro_kuang .s_pro_p2{ font-size:15px; color:#515151; text-transform:uppercase; margin-top:7px; padding-bottom:30px;}
.s_pro_box .s_pro_pic{ display:none;float:right; margin-right:32px; margin-bottom:33px;}

.s_pro_tip{ width:100%; margin-bottom:20px; }
.s_pro_hezi1{ width:100%; height:138px; overflow:hidden; position:relative;}
.s_pro_hezi1 .s_pro_pic1{ width:100%; height:138px;transform: scale(1);transition: all 1s ease-out; position:absolute; left:0; top:0;}
.s_pro_kuang1{ width:100%; background-color:rgba(0,0,0,0.5); position:absolute; left:0; top:49px;}
.s_pro_kuang1 .s_pro_p3{ font-size:20px; color:#fff; font-weight:bold; float:left; line-height:55px; padding-left:30px;}
.s_pro_kuang1 .s_pro_p4{ font-size:12px; color:#fff; font-weight:bold; line-height:55px; float:right; padding-right:25px; }
.s_pro_kuang1 .s_pro_p4 a{color:#fff;}

.s_pro_tip:hover .s_pro_pic1{transform: scale(1.1);}

.s_pro_hezi2{ height:103px; background-color:#fff;}
.s_pro_nr{ padding-top:28px; padding-left:30px;}
.s_pro_nr p{ font-size:14px; color:#000; line-height:28px; float:left; width:48%;}
.s_pro_nr p a{color:#000;}
.s_pro_nr p a:hover{color:#2f65be;}
.s_pro_nr p span{color:#2f65be;}

.s_pro_tip:nth-child(3n){margin-right:0px;}


.s_pro_tip{
transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms e
ase-in-out;}
.s_pro_tip:hover{--webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}

.s_pro_more{  margin:0 auto; margin-top:12px;}
.s_pro_more p a{ display:block;width:158px; margin:0 auto;  font-size:15px; color:#797979;  line-height:36px; text-align:center; border:1px solid #797979; transition:all 0.5s linear;}
.s_pro_more p a:hover{ background-color:#2f65be; width:180px; border:1px solid #2f65be; color:#fff; }



/*首页风貌*/
.s_fac_bg{ background:url(../images/img11.jpg) center no-repeat; width:100%;}
.s_fac_box{ padding:50px 15px;margin:0 auto;}
.s_fac_box .s_fac_p1{ font-size:32px; color:#000; text-align:center;}
.s_fac_box .s_fac_line{ width:71px; height:2px; background-color:#2f65be; margin:0 auto; margin-top:15px; margin-bottom:15px;}
.s_fac_box .s_fac_p2{ font-size:18px; color:#787878; text-align:center;}
.s_fac_box .s_fac_p3{ font-size:15px; color:#787878; text-align:center; margin-top:9px; margin-bottom:43px;}





.s_fac_tip{width:290px; height:216px; padding:5px; border:1px solid #d3d3d4; margin-left:10px; margin-right:10px;}
.s_fac_kuang{ width:290px; height:216px; overflow:hidden;}
.s_fac_kuang img{width:290px; height:216px; transform: scale(1);transition: all 1s ease-out;   }
.s_fac_kuang img:hover{transform: scale(1.1); }


.s_fac_more{  margin:0 auto; margin-top:30px;}
.s_fac_more p a{ display:block;width:158px; margin:0 auto;  font-size:15px; color:#797979;  line-height:36px; text-align:center; border:1px solid #797979; transition:all 0.5s linear;}
.s_fac_more p a:hover{ background-color:#2f65be; width:180px; border:1px solid #2f65be; color:#fff; }


